Release 10.1A: OpenEdge Development:
Java Open Clients
Connection class
The
Connectionclass stores AppServer connection information, which can be passed to the AppObject constructor when connecting to the AppServer. It contains methods and property values; however, it does not contain any static methods. You must create an instance of the class and call methods to change the value of the proxy properties.When you create an instance of the
Connectionclass (aConnectionobject), it inherits the initial values of its properties from theRunTimePropertiesclass. You can then override these values programmatically. These changes only affect the proxy objects that are associated with thisConnectionobject.If you change the value of a property in a
Note: Changes to the properties of aConnectionobject after it has been instantiated, theConnectionobject might not recognize the change, depending on the session model. For more information, see the "Modifying the properties of an instantiated Connection object" section.Connectionobject have no effect on the global values of theRunTimePropertiesclass.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |